'Declaration Protected Overridable Function GetCommands<TTarget type.>( _
ByVal processingCommandsНабор команд обработки.As System.Collections.Generic.IEnumerable(Of IProcessingCommandInfo) _
) As System.Collections.Generic.List(Of IProcessingCommand) (Of TTarget type.)
protected virtual System.Collections.Generic.List<IProcessingCommand> GetCommands<T>(
System.Collections.Generic.IEnumerable<IProcessingCommandInfo> processingCommands
)
protected: virtual System.Collections.Generic.List<IProcessingCommand*>* GetCommands<T>(
System.Collections.Generic.IEnumerable<IProcessingCommandInfo*>* processingCommands
)
generic<typename T> protected:
virtual System.Collections.Generic.List<IProcessingCommand^>^ GetCommands(
System.Collections.Generic.IEnumerable<IProcessingCommandInfo^>^ processingCommands
)
Parameters
- processingCommands
- Набор команд обработки.
Type Parameters
- T
- Target type.
Return Value
Список, содержащий команды обработки с целевым типом.T.